ExplorerBrowserDefaultAction Event |
This event occurs if the user triggers the default command e.g. double clicked on an item.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public event EventHandler<CancelEventArgs> DefaultAction
Public Event DefaultAction As EventHandler(Of CancelEventArgs)
public:
event EventHandler<CancelEventArgs^>^ DefaultAction {
void add (EventHandler<CancelEventArgs^>^ value);
void remove (EventHandler<CancelEventArgs^>^ value);
}
member DefaultAction : IEvent<EventHandler<CancelEventArgs>,
CancelEventArgs>
Value
Type:
SystemEventHandlerCancelEventArgsSee Also