Overload | Description |
---|---|
Create(String,NSchema,Type) | Creates a new event with the specified parameters. This method creates a direct event, which cannot bubble and sink. |
Create(String,NSchema,Type,Boolean,Boolean) | Creates a new DOM event with the specified parameters. |
Create(String,NSchema,Type,NEvent) | Creates a new DOM event with the specified parameters, which belongs to the specified dom event category. The routing strategy is defined by the event category (e.g. all events in the same event category have the same routing strategy) |