1 instantiation of ObjectListShowCommandsEventArgs
System.Web.Mobile (1)
UI\MobileControls\ObjectList.cs (1)
1172
new
ObjectListShowCommandsEventArgs
(Selection, Commands);
3 references to ObjectListShowCommandsEventArgs
System.Web.Mobile (3)
UI\MobileControls\ObjectList.cs (2)
1096
protected virtual void OnShowItemCommands(
ObjectListShowCommandsEventArgs
e)
1171
ObjectListShowCommandsEventArgs
eventArgs =
UI\MobileControls\ObjectListShowCommandsEventHandler.cs (1)
23
public delegate void ObjectListShowCommandsEventHandler(Object sender,
ObjectListShowCommandsEventArgs
e);