Class UriEventArgs
- Namespace
- SunamoShared.Essential.EventArgsNs
- Assembly
- SunamoShared.dll
Event arguments containing a URI.
public class UriEventArgs : EventArgs
- Inheritance
-
UriEventArgs
- Inherited Members
- Extension Methods
Constructors
UriEventArgs(Uri)
Initializes a new instance of UriEventArgs with the specified URI.
public UriEventArgs(Uri uri)
Parameters
uriUriThe URI associated with the event.
Properties
Uri
Gets the URI associated with this event.
public Uri Uri { get; }