Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when a mouse button is clicked two or more times.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public event MouseEventHandler MouseDoubleClick
public:
event MouseEventHandler^ MouseDoubleClick {
void add(MouseEventHandler^ value);
void remove(MouseEventHandler^ value);
}
Public Event MouseDoubleClick As MouseEventHandler
See Also
FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top