public static class UIEvent.UIEventInit extends Event.EventInit
Represents a dictionary that is having optional arguments for setting the details information about the event.
com.aspose.ms.System.Collections.Generic.Dictionary.Enumerator<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.Link, com.aspose.ms.System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue>| Constructor and Description |
|---|
UIEventInit() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDetail()
Specifies some detail information about the Event, depending on the type of event.
|
IWindow |
getView()
The view attribute identifies the Window from which the event was generated.
|
void |
setDetail(long value)
Specifies some detail information about the Event, depending on the type of event.
|
void |
setView(IWindow value)
The view attribute identifies the Window from which the event was generated.
|
getBubbles, getCancelable, isTrusted, setBubbles, setCancelable, setTrustedaddItem, addItem, clear, containsItem, containsKey, containsValue, copyTo, copyToTArray, get_Item, getComparer, getDictionaryEntryEnumerator, getKeys, getSyncRoot, getValues, isFixedSize, isReadOnly, isSynchronized, iterator, removeItem, removeItemByKey, set_Item, size, tryGetValuepublic IWindow getView()
The view attribute identifies the Window from which the event was generated. The un-initialized value of this attribute MUST be null.
Value: The window instance.public void setView(IWindow value)
The view attribute identifies the Window from which the event was generated. The un-initialized value of this attribute MUST be null.
Value: The window instance.public long getDetail()
Specifies some detail information about the Event, depending on the type of event.
Value: The detail data.public void setDetail(long value)
Specifies some detail information about the Event, depending on the type of event.
Value: The detail data.