New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class MapSearchEventArgs : EventArgs

Inheritance: objectEventArgsMapSearchEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the MapSearchEventArgs class.

C#
public MapSearchEventArgs(string searchCriteria)
Parameters:searchCriteriastring

The search criteria.

Properties

Gets or sets the search criteria.

C#
public string SearchCriteria { get; set; }
Property Value:

The search criteria.