SchemaModelEventArgs Class

Represents schema model event arguments.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class SchemaModelEventArgs _
    Inherits ModelEventArgs
'Usage
Dim instance As SchemaModelEventArgs
[SerializableAttribute]
public class SchemaModelEventArgs : ModelEventArgs
[SerializableAttribute]
public ref class SchemaModelEventArgs : public ModelEventArgs
public class SchemaModelEventArgs extends ModelEventArgs
[<SerializableAttribute>]
type SchemaModelEventArgs =  
    class
        inherit ModelEventArgs
    end

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Data.Schema.SchemaModel.ModelEventArgs
      Microsoft.Data.Schema.SchemaModel.SchemaModelEventArgs

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

SchemaModelEventArgs Members

Microsoft.Data.Schema.SchemaModel Namespace