VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / ObjectPropertyChangingEventArgs Class
In This Topic
    ObjectPropertyChangingEventArgs Class Properties
    In This Topic
    For a list of all properties of this type, see ObjectPropertyChangingEventArgs.
    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.
    See Also