Flexivert Library Documentation
ApplicationButtonStateHandler Delegate
NamespacesFlexivert.EventApplicationButtonStateHandler
Defines an event handler handling the button state changing of the Flexivert application.
Declaration Syntax
C#Visual BasicVisual 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.

Assembly: FVUI (Module: FVUI) Version: 0.5.4.9 (0.5.4.9)