'Declaration Protected Overridable Sub OnUriOpen( _
ByVal argsThe UriEventArgs instance containing the event data.As UriEventArgs _
)
protected virtual void OnUriOpen(
UriEventArgs args
)
protected: virtual void OnUriOpen(
UriEventArgs* args
)
protected:
virtual void OnUriOpen(
UriEventArgs^ args
)
Parameters
- args
- The UriEventArgs instance containing the event data.