Click or drag to resize
DigitalRuneButtonBase Events

The ButtonBase type exposes the following members.

Events
  NameDescription
Public eventClick
Occurs when the button is clicked (IsClicked changed to ). This is a game object event.
Public eventInputProcessed
Occurs after the device input was processed.
(Inherited from UIControl.)
Public eventInputProcessing
Occurs before the device input is processed.
(Inherited from UIControl.)
Public eventPropertyChanged
Occurs when a property value has changed.
(Inherited from GameObject.)
Public eventTemplateChanged
Occurs when the Template changed.
(Inherited from GameObject.)
Top
Explicit Interface Implementations
See Also