Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EditorNotifyEventArgs Class / EditingControl Property


In This Topic
    EditingControl Property (EditorNotifyEventArgs)
    In This Topic
    Gets the Control object that raises the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EditingControl As Control
    'Usage
     
    
    Dim instance As EditorNotifyEventArgs
    Dim value As Control
     
    value = instance.EditingControl
    public Control EditingControl {get;}
    See Also