CustomEventDetail Property |
Gets the custom data.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic Object Detail { get; }
Public ReadOnly Property Detail As Object
Get
public:
property Object^ Detail {
Object^ get ();
}
member Detail : Object with get
Property Value
Type:
Object
The detail.
See Also