DataChangingEventArgs Class

Represents data used when sending the data changing event.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Class DataChangingEventArgs _
    Inherits CancelEventArgs
'Usage
Dim instance As DataChangingEventArgs
public class DataChangingEventArgs : CancelEventArgs
public ref class DataChangingEventArgs : public CancelEventArgs
public class DataChangingEventArgs extends CancelEventArgs
type DataChangingEventArgs =  
    class
        inherit CancelEventArgs
    end

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.CancelEventArgs
      Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel.DataChangingEventArgs

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

DataChangingEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel Namespace