C# Class ZForge.Controls.PropertyGridEx.UICustomEventEditor.DelegateAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Protected Properties

Property Type Description
m_MethodDelegate UICustomEventEditor.OnClick

Public Methods

Method Description
DelegateAttribute ( UICustomEventEditor MethodDelegate ) : System

Method Details

DelegateAttribute() public method

public DelegateAttribute ( UICustomEventEditor MethodDelegate ) : System
MethodDelegate UICustomEventEditor
return System

Property Details

m_MethodDelegate protected_oe property

protected UICustomEventEditor.OnClick m_MethodDelegate
return UICustomEventEditor.OnClick