Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / Applying Event


In This Topic
Applying Event (DesignerMain)
In This Topic
Syntax
'Declaration
 
Public Event Applying As EventHandler
 
'Usage
 
Dim instance As DesignerMain
Dim handler As EventHandler
 
AddHandler instance.Applying, handler
See Also