C# Class System.Windows.Forms.BindingsCollection

Inheritance: BaseCollection
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Methods

Method Description
this ( int index ) : System.Windows.Forms.Binding

Protected Methods

Method Description
Add ( System.Windows.Forms.Binding binding ) : void
AddCore ( System.Windows.Forms.Binding dataBinding ) : void
Clear ( ) : void
ClearCore ( ) : void
OnCollectionChanged ( System ccevent ) : void
OnCollectionChanging ( CollectionChangeEventArgs e ) : void
Remove ( System.Windows.Forms.Binding binding ) : void
RemoveAt ( int index ) : void
RemoveCore ( System.Windows.Forms.Binding dataBinding ) : void
ShouldSerializeMyAll ( ) : bool

Private Methods

Method Description
BindingsCollection ( ) : System.Collections
Contains ( System.Windows.Forms.Binding binding ) : bool

Method Details

Add() protected method

protected Add ( System.Windows.Forms.Binding binding ) : void
binding System.Windows.Forms.Binding
return void

AddCore() protected method

protected AddCore ( System.Windows.Forms.Binding dataBinding ) : void
dataBinding System.Windows.Forms.Binding
return void

Clear() protected method

protected Clear ( ) : void
return void

ClearCore() protected method

protected ClearCore ( ) : void
return void

OnCollectionChanged() protected method

protected OnCollectionChanged ( System ccevent ) : void
ccevent System
return void

OnCollectionChanging() protected method

protected OnCollectionChanging ( CollectionChangeEventArgs e ) : void
e System.ComponentModel.CollectionChangeEventArgs
return void

Remove() protected method

protected Remove ( System.Windows.Forms.Binding binding ) : void
binding System.Windows.Forms.Binding
return void

RemoveAt() protected method

protected RemoveAt ( int index ) : void
index int
return void

RemoveCore() protected method

protected RemoveCore ( System.Windows.Forms.Binding dataBinding ) : void
dataBinding System.Windows.Forms.Binding
return void

ShouldSerializeMyAll() protected method

protected ShouldSerializeMyAll ( ) : bool
return bool

this() public method

public this ( int index ) : System.Windows.Forms.Binding
index int
return System.Windows.Forms.Binding