DataBindingCollection.RemovedBindings Property

Definition

Gets an array of the names of the DataBinding objects removed from the collection.

public:
 property cli::array <System::String ^> ^ RemovedBindings { cli::array <System::String ^> ^ get(); };
public string[] RemovedBindings { get; }
member this.RemovedBindings : string[]
Public ReadOnly Property RemovedBindings As String()

Property Value

String[]

The array of names of the DataBinding objects removed from the collection.

Applies to