| C1.UWP.FlexViewer Assembly > C1.Xaml.FlexViewer Namespace > C1FlexViewerPane Class : SearchAction Event |
'Declaration Public Event SearchAction As System.EventHandler(Of SearchActionEventArgs)
public event System.EventHandler<SearchActionEventArgs> SearchAction
The event handler receives an argument of type SearchActionEventArgs containing data related to this event. The following SearchActionEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Action | Gets a value indicating which action has occurred. |
| Handled | Gets or sets whether the event has been processed. |