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