CardCaptionCustomDrawEventArgs Constructors
Provides data for the CardView.CustomDrawCardCaption event.| Name | Parameters | Description |
|---|---|---|
| CardCaptionCustomDrawEventArgs(GraphicsCache, CardInfo, AppearanceObject) | cache, cardInfo, appearance | Initializes a new instance of the CardCaptionCustomDrawEventArgs class. |
| CardCaptionCustomDrawEventArgs(GraphicsCache, Rectangle, AppearanceObject, Int32) | cache, bounds, appearance, rowHandle | Initializes a new instance of the CardCaptionCustomDrawEventArgs class. |
See Also