Skip to content

GettingColumnsFeatureSourceEventArgs

Namespace: ThinkGeo.Core

Provides data for the FeatureSource.GettingColumns event, which fires before columns are retrieved.

public class GettingColumnsFeatureSourceEventArgs : System.EventArgs

Inheritance objectEventArgsGettingColumnsFeatureSourceEventArgs

Properties

FeatureSourceColumns

Gets the collection of columns that will be returned.

public Collection<FeatureSourceColumn> FeatureSourceColumns { get; }

Property Value

Collection<FeatureSourceColumn>

Cancel

Gets or sets a value indicating whether the column retrieval should be canceled.

public bool Cancel { get; set; }

Property Value

bool

Constructors

GettingColumnsFeatureSourceEventArgs()

Initializes a new instance of the GettingColumnsFeatureSourceEventArgs class.

public GettingColumnsFeatureSourceEventArgs()