EntityDoubleClick Event
This event is fired when an entity is double clicked. If the entity is a folder or a other container, then the folder will be opened and the event will not be fired. Otherwise, this event is fired.
Syntax
public event EventHandler<EntityEventArgs> EntityDoubleClickPublic Event EntityDoubleClick As EventHandler(Of EntityEventArgs)