Example #1
0
 private void BuildAttributes_CustomEventProperty()
 {
     UICustomEventEditor.DelegateAttribute attr = new UICustomEventEditor.DelegateAttribute(MethodDelegate);
     oCustomAttributes = new AttributeCollection(new Attribute[] {attr});
 }
Example #2
0
 private void BuildAttributes_CustomEventProperty()
 {
     UICustomEventEditor.DelegateAttribute attr = new UICustomEventEditor.DelegateAttribute(MethodDelegate);
     oCustomAttributes = new AttributeCollection(new Attribute[] { attr });
 }