RhinoCommon API
HostUtilsRegisterNamedCallback Method |
Register a named callback
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.15
public static void RegisterNamedCallback( string name, EventHandler<NamedParametersEventArgs> callback )
Public Shared Sub RegisterNamedCallback ( name As String, callback As EventHandler(Of NamedParametersEventArgs) )
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Rhino.Runtime.HostUtils.RegisterNamedCallback(System.String,System.EventHandler{Rhino.Runtime.NamedParametersEventArgs})"]
- callback
- Type: SystemEventHandlerNamedParametersEventArgs
[Missing <param name="callback"/> documentation for "M:Rhino.Runtime.HostUtils.RegisterNamedCallback(System.String,System.EventHandler{Rhino.Runtime.NamedParametersEventArgs})"]