ValueChangingEventArgs<T> Class
Provides data for the ValueChangingEventArgs<T> event.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
System::Object
System::EventArgs
System.ComponentModel::CancelEventArgs
Microsoft.SqlServer.Management.TaskForms::ValueChangingEventArgs<T>
System::EventArgs
System.ComponentModel::CancelEventArgs
Microsoft.SqlServer.Management.TaskForms::ValueChangingEventArgs<T>
| Name | Description | |
|---|---|---|
![]() | ValueChangingEventArgs<T>(T, T) | Initializes a new instance of the ValueChangingEventArgs<T> class. |
| Name | Description | |
|---|---|---|
![]() | Cancel | (Inherited from CancelEventArgs.) |
![]() | NewValue | Gets the new value of a changing property as reported by a property changed event. |
![]() | OldValue | Gets the previous value of a changing property as reported by a property changed event. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


