[]
Gets or sets the ActionBase for specified event.
protected ActionBase this[PdfName key] { get; set; }
Protected Default Property Item(key As PdfName) As ActionBase
| Type | Name | Description |
|---|---|---|
| PdfName | key | The event type. |
| Type | Description |
|---|---|
| ActionBase | Returns the ActionBase associated with specified event. |