Defines an event handler handling the button state changing of the Flexivert
application.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public delegate void ApplicationButtonStateHandler( ApplicationButtonState state )
Public Delegate Sub ApplicationButtonStateHandler ( _ state As ApplicationButtonState _ )
public delegate void ApplicationButtonStateHandler( ApplicationButtonState state )
Parameters
- state (ApplicationButtonState)
- An ApplicationButtonState instance showing button states.