RibbonColorPaletteClickEventArgs Properties
Contains data for the color palette item’sClick event.
| Name | Description |
|---|---|
| Element | Returns information about a clicked Ribbon element. Inherited from RibbonElementClickEventArgs. |
| Item | Returns information about the clicked color palette item. |
| MouseEventArgs | The Blazor’s built-in MouseEventArgs event arguments. Inherited from RibbonElementClickEventArgs. |
| Value | Returns the selected color value. |
See Also