public static class Event.EventInit
extends com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,java.lang.Object>
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 |
|---|
EventInit() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBubbles()
Gets or sets a value indicating whether this
Event.EventInit is bubbles. |
boolean |
getCancelable()
Gets or sets a value indicating whether this
Event.EventInit is cancelable. |
boolean |
isTrusted() |
void |
setBubbles(boolean value)
Gets or sets a value indicating whether this
Event.EventInit is bubbles. |
void |
setCancelable(boolean value)
Gets or sets a value indicating whether this
Event.EventInit is cancelable. |
void |
setTrusted(boolean value) |
addItem, addItem, clear, containsItem, containsKey, containsValue, copyTo, copyToTArray, get_Item, getComparer, getDictionaryEntryEnumerator, getKeys, getSyncRoot, getValues, isFixedSize, isReadOnly, isSynchronized, iterator, removeItem, removeItemByKey, set_Item, size, tryGetValuepublic boolean getBubbles()
Gets or sets a value indicating whether this Event.EventInit is bubbles.
true if bubbles; otherwise, false.public void setBubbles(boolean value)
Gets or sets a value indicating whether this Event.EventInit is bubbles.
true if bubbles; otherwise, false.public boolean getCancelable()
Gets or sets a value indicating whether this Event.EventInit is cancelable.
true if cancelable; otherwise, false.public void setCancelable(boolean value)
Gets or sets a value indicating whether this Event.EventInit is cancelable.
true if cancelable; otherwise, false.public boolean isTrusted()
public void setTrusted(boolean value)