| Package | stimulsoft.controls.visual.events |
| Class | public class StiMenuItemClickEvent |
| Inheritance | StiMenuItemClickEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| item : Object = null | StiMenuItemClickEvent | ||
| Method | Defined By | ||
|---|---|---|---|
StiMenuItemClickEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, item:Object = null) | StiMenuItemClickEvent | ||
clone():Event [override] | StiMenuItemClickEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| STI_MENUITEMCLICK : String = StiMenuItemClick [static] | StiMenuItemClickEvent | ||
| STI_MENUITEMSHOW : String = StiMenuItemShow [static] | StiMenuItemClickEvent | ||
| item | property |
public var item:Object = null| StiMenuItemClickEvent | () | Constructor |
public function StiMenuItemClickEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, item:Object = null)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) | |
item:Object (default = null) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| STI_MENUITEMCLICK | Constant |
public static const STI_MENUITEMCLICK:String = StiMenuItemClick| STI_MENUITEMSHOW | Constant |
public static const STI_MENUITEMSHOW:String = StiMenuItemShow