ButtonSpecViewOnFinishDelegate Method  | 
 
            Processes the finish of the button being pressed.
            
 
    Namespace: 
   Internal.ComponentFactory.Krypton.Toolkit
    Assembly:
   NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntaxprotected virtual void OnFinishDelegate(
	Object sender,
	EventArgs e
)
Parameters
- sender
 - Type: SystemObject
Source of the event. - e
 - Type: SystemEventArgs
An EventArgs that contains the event data. 
See Also