Class DrawHeaderEventArgs
Provides data for the DrawHeaderEvent
handler.
public class DrawHeaderEventArgs : EventArgs
- Inheritance
-
DrawHeaderEventArgs
- Derived
Constructors
- DrawHeaderEventArgs(string)
Initializes a new instance of the
DrawHeaderEventArgs
class with specified parameters.
Properties
- Handled
Represents a value indicating whether draw header event is handled.
- Tag
String containing formatting elements used to format
DrawHeaderEventArgs.Text
.
- Text
String to replace formatting tag.