VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / ObjectPropertyChangingEventArgs Class
Constructors Properties Methods Fields SeeAlso
In This Topic
    ObjectPropertyChangingEventArgs Class Members
    In This Topic
    The following tables list the members exposed by ObjectPropertyChangingEventArgs.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ObjectPropertyChangingEventArgs class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Provides a value to use with events that do not have event data. (Inherited from System.EventArgs)
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the changing of property value must be canceled. (Inherited from PropertyChangingEventArgs<T>)
    Public PropertyGets or sets a new value of property. (Inherited from PropertyChangingEventArgs<T>)
    Public PropertyGets an old value of property. (Inherited from PropertyChangingEventArgs<T>)
    Public PropertyGets a property name whose value is changing.
    Public Methods
     NameDescription
    Public MethodReturns an instance of the ObjectPropertyChangingEventArgs class created with parameters: ownerPropertyName.PropertyName, OldValue, NewValue.
    Public MethodReturns an instance of the ObjectPropertyChangedEventArgs class created with parameters: PropertyName, OldValue, NewValue.
    See Also