'Declaration Public Event OwnerDrawOutlineButton As System.EventHandler(Of OwnerDrawOutlineButtonEventArgs)
public event System.EventHandler<OwnerDrawOutlineButtonEventArgs> OwnerDrawOutlineButton
Event Data
The event handler receives an argument of type C1.Win.C1FlexGrid.OwnerDrawOutlineButtonEventArgs containing data related to this event. The following OwnerDrawOutlineButtonEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Bounds | |
Col | |
Graphics | |
Handled | |
Image | |
Level | |
Row | |
Style | |
Text |
See Also