ThemedTextStepperHandlerAttachEvent Method |
Attaches the specified event to the platform-specific control
Namespace:
Eto.Forms.ThemedControls
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public override void AttachEvent(
string id
)
Public Overrides Sub AttachEvent (
id As String
)
abstract AttachEvent :
id : string -> unit
override AttachEvent :
id : string -> unit
Parameters
- id
- Type: SystemString
Identifier of the event
Remarks Implementors should override this method to handle any events that the widget
supports. Ensure to call the base class' implementation if the event is not
one the specific widget supports, so the base class' events can be handled as well.
See Also