Spread WinForms 15
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
See Also