StatusEventArgs Class

Represents arguments used in status events.

Namespace:  Microsoft.Data.Schema.Compare
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public NotInheritable Class StatusEventArgs _
    Inherits EventArgs
'Usage
Dim instance As StatusEventArgs
public sealed class StatusEventArgs : EventArgs
public ref class StatusEventArgs sealed : public EventArgs
public final class StatusEventArgs extends EventArgs
[<SealedAttribute>]
type StatusEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Data.Schema.Compare.StatusEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

StatusEventArgs Members

Microsoft.Data.Schema.Compare Namespace