'Declaration <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Event ExtensionResolve As ResolveExtensionEventHandler
'Usage Dim instance As GcSpreadSheet Dim handler As ResolveExtensionEventHandler AddHandler instance.ExtensionResolve, handler
[EditorBrowsable(EditorBrowsableState.Advanced)] public event ResolveExtensionEventHandler ExtensionResolve
Event Data
The event handler receives an argument of type ResolveExtensionEventArgs containing data related to this event. The following ResolveExtensionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Key | Gets the key of the item to resolve. |
See Also