'Declaration
Public Event ApplyButtonClicked As ApplyEventHandler
'Usage
Dim instance As FormulaEditorUI Dim handler As ApplyEventHandler AddHandler instance.ApplyButtonClicked, handler
public event ApplyEventHandler ApplyButtonClicked
Event Data
The event handler receives an argument of type ApplyEventArgs containing data related to this event. The following ApplyEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Formula | Gets the formula. |
See Also