Click or drag to resize

MainWindow_CreateDelegate Method

[Missing <summary> documentation for "M:butterflow_ui.MainWindow._CreateDelegate(System.Type,System.String)"]

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.1.1.5749 (1.0.0.0)
Syntax
C#
internal Delegate _CreateDelegate(
	Type delegateType,
	string handler
)

Parameters

delegateType
Type: SystemType

[Missing <param name="delegateType"/> documentation for "M:butterflow_ui.MainWindow._CreateDelegate(System.Type,System.String)"]

handler
Type: SystemString

[Missing <param name="handler"/> documentation for "M:butterflow_ui.MainWindow._CreateDelegate(System.Type,System.String)"]

Return Value

Type: Delegate

[Missing <returns> documentation for "M:butterflow_ui.MainWindow._CreateDelegate(System.Type,System.String)"]

See Also