| ThemedExpanderHandlerAttachEvent Method  | 
 
            Attaches the handler events.
            
 
    Namespace: 
   Eto.Forms.ThemedControls
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic 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 to attach
 See Also
See Also