BootstrapCardViewCommandButtonEventArgs Constructors
Provides data for the BootstrapCardView.CommandButtonInitialize event.| Name | Parameters | Description |
|---|---|---|
| BootstrapCardViewCommandButtonEventArgs(BootstrapCardViewCommandLayoutItem, CardViewCommandButtonType, Int32, Boolean, GridCommandButtonRenderMode, String, ImageProperties, ButtonControlStyles) | layoutItem, buttonType, visibleIndex, isEditingCard, renderMode, text, image, styles | Initializes a new instance of the BootstrapCardViewCommandButtonEventArgs class. |
| BootstrapCardViewCommandButtonEventArgs(BootstrapCardViewCommandLayoutItem, CardViewCommandButtonType, Int32, Boolean) | layoutItem, buttonType, visibleIndex, isEditingCard | Initializes a new instance of the BootstrapCardViewCommandButtonEventArgs class. |
See Also