Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / CommandPropertyChangingEventArgs Class
Properties


In This Topic
    CommandPropertyChangingEventArgs Class Members
    In This Topic

    The following tables list the members exposed by CommandPropertyChangingEventArgs.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets/sets a value whether the property changing should be canceled.  
    Public PropertyGets the NCommand object associated with the event. (Inherited from Nevron.UI.WinForm.Controls.CommandEventArgs)
    Public PropertyGets/sets a value whether the event is handled. (Inherited from Nevron.UI.WinForm.Controls.CommandEventArgs)
    Public PropertyGets the new value that will be applied on the affected property.  
    Public PropertyGets the affected property. (Inherited from Nevron.UI.WinForm.Controls.CommandPropertyEventArgs)
    Top
    See Also