IAboutViewOpenConfigurationFolderClicked Event |
Raised when the user wants to see the content of the configuration folder.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler OpenConfigurationFolderClicked
Event OpenConfigurationFolderClicked As EventHandler
event EventHandler^ OpenConfigurationFolderClicked {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract OpenConfigurationFolderClicked : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also