Michael's Blogger Shower

Welcome to my Google sponsored shower! I like to spout out the thoughts jumbled in my head, My original blog no longer exists.If you want to be able to post comments, contact me. :)

Friday, December 23, 2005

Custom Controls in Visual C# .NET

Custom Controls in Visual C# .NET: "// Declare the event, which is associated with our
// delegate SubmitClickedHandler(). Add some attributes
// for the Visual C# control property.
[Category('Action')]
[Description('Fires when the Submit button is clicked.')]
public event SubmitClickedHandler SubmitClicked;
"


Helpful site for my controls.

0 Comments:

Post a Comment

<< Home