'Declaration Public Event UserAction As EventHandler(Of UserRibbonPreviewActionEventArgs)
public event EventHandler<UserRibbonPreviewActionEventArgs> UserAction
Event Data
The event handler receives an argument of type UserRibbonPreviewActionEventArgs containing data related to this event. The following UserRibbonPreviewActionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Action | Gets the RibbonPreviewAction value related to the event. |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
See Also