コード例 #1
0
ファイル: CustomProperty.cs プロジェクト: zhuangyy/Motion
 private void BuildAttributes_CustomEventProperty()
 {
     UICustomEventEditor.DelegateAttribute attr = new UICustomEventEditor.DelegateAttribute(MethodDelegate);
     oCustomAttributes = new AttributeCollection(new Attribute[] { attr });
 }
コード例 #2
0
 private void BuildAttributes_CustomEventProperty()
 {
     UICustomEventEditor.DelegateAttribute attr = new UICustomEventEditor.DelegateAttribute(MethodDelegate);
     oCustomAttributes = new AttributeCollection(new Attribute[] { attr });
 }