This documentation is archived and is not being maintained.
DateBoldEventHandler Delegate
.NET Framework 1.1
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] <Serializable> Public Delegate Sub DateBoldEventHandler( _ ByVal sender As Object, _ ByVal e As DateBoldEventArgs _ ) [C#] [Serializable] public delegate void DateBoldEventHandler( object sender, DateBoldEventArgs e ); [C++] [Serializable] public __gc __delegate void DateBoldEventHandler( Object* sender, DateBoldEventArgs* e );
[JScript] In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.
See Also
Show: