Name | Description | |
---|---|---|
NEvent Constructor |
The following tables list the members exposed by NEvent.
Name | Description | |
---|---|---|
NEvent Constructor |
Name | Description | |
---|---|---|
ChangedCategoryEvent | The Changed Category Event - a category event which occurs whenever a node has changed. All events in this category are direct. | |
ChangingCategoryEvent | The Changing Category Event - a category event which occurs whenever a node is about to change. All events in this category are direct. | |
ChildrenChangedCategoryEvent | The Children Changed Category Event - a sub category event of the ChangedCategory event. All events in this category are direct. | |
ChildrenChangingCategoryEvent | The Children Changing Category Event - a sub category event of the ChangingCategory event. All events in this category are direct. | |
ContextChangedCategoryEvent | The Context Changed Category Event - a category event which occurs whenever a certain aspect of context in node hierachy changes. All events in this category are direct. | |
UICategoryEvent | The User Input Event - a category event which occurs in response to user activity. All events in this category can bubble and sink. |
Name | Description | |
---|---|---|
ArgumentsType | Gets the type of event arguments that are associated with this event. | |
CanBubble | Indicates whether events of this type use the bubbling routing strategy or not | |
CanSink | Indicates whether events of this type use the sinking routing strategy or not | |
CategoryEvent | Gets the category event of this event | |
ChildEvents | Gets the child events of this event. | |
Id | Gets the event Id | |
Name | Gets the name of the event |
Name | Description | |
---|---|---|
Create | Overloaded. Creates a new event with the specified parameters. This method creates a direct event, which cannot bubble and sink. | |
GetById | Gets the event associated with the specified id | |
GetByName | Gets the event associated with the specified event name. | |
IsFromCategory | Checks whether this event is from the specified event category |