Class CultureNameMatchEventArgs
public class CultureNameMatchEventArgs : EventArgs
- Inheritance
-
CultureNameMatchEventArgs
- Inherited Members
Properties
Candidate
Gets the value to match.
public string Candidate { get; }
Property Value
Culture
Gets the culture to match the Candidate against.
public CultureInfo Culture { get; }
Property Value
Match
Gets or sets the flag that says whether the value in Candidate corresponds to the culture.
public bool Match { get; set; }