ObjectBindingT, TValueHandleEvent Method |
Hooks up the late bound events for this object
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected override void HandleEvent(
string id
)
Protected Overrides Sub HandleEvent (
id As String
)
abstract HandleEvent :
id : string -> unit
override HandleEvent :
id : string -> unit
Parameters
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:Eto.Forms.ObjectBinding`2.HandleEvent(System.String)"]
See Also