UriValidatedEventArgs(String, Uri, Object) Constructor
Initializes a new instance of the AccessSettings.UriValidatedEventArgs class with specified settings.
Namespace: DevExpress.Security.Resources
Assembly: DevExpress.Data.v25.2.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| uriString | String | The original URI string. This value is assigned to the UriString property. |
| uri | Uri | The parsed and normalized |
| validationContext | Object | The context that identifies the source or purpose of the validation. This value is assigned to the ValidationContext property. |
Remarks
See the following help topic for more information: UriValidated.
See Also