Method | Description | |
---|---|---|
ColumnCollectionEditor ( |
Initializes a new instance of the ColumnCollectionEditor class using the specified collection type
|
|
EditValue ( ITypeDescriptorContext context, IServiceProvider isp, object value ) : object |
Edits the value of the specified object using the specified service provider and context
|
Method | Description | |
---|---|---|
CreateCollectionForm ( ) : System.ComponentModel.Design.CollectionEditor.CollectionForm |
Creates a new form to display and edit the current collection
|
|
CreateInstance ( |
Creates a new instance of the specified collection item type
|
|
CreateNewItemTypes ( ) : System.Type[] |
Gets the data types that this collection editor can contain
|
|
DestroyInstance ( object instance ) : void |
Destroys the specified instance of the object
|
|
PropertyGrid_SelectedObjectsChanged ( object sender, |
Handler for the PropertyGrid's SelectedObjectsChanged event
|
Method | Description | |
---|---|---|
column_PropertyChanged ( object sender, XPTable.Events.ColumnEventArgs e ) : void |
Handler for a Column's PropertyChanged event
|
public ColumnCollectionEditor ( |
||
type | The type of the collection for this editor to edit | |
return | System |
protected CreateCollectionForm ( ) : System.ComponentModel.Design.CollectionEditor.CollectionForm | ||
return | System.ComponentModel.Design.CollectionEditor.CollectionForm |
protected CreateInstance ( |
||
itemType | The type of item to create | |
return | object |
protected CreateNewItemTypes ( ) : System.Type[] | ||
return | System.Type[] |
protected DestroyInstance ( object instance ) : void | ||
instance | object | The object to destroy |
return | void |
public EditValue ( ITypeDescriptorContext context, IServiceProvider isp, object value ) : object | ||
context | ITypeDescriptorContext | An ITypeDescriptorContext that can be /// used to gain additional context information |
isp | IServiceProvider | A service provider object through which /// editing services can be obtained |
value | object | The object to edit the value of |
return | object |
protected PropertyGrid_SelectedObjectsChanged ( object sender, |
||
sender | object | The object that raised the event |
e | An EventArgs that contains the event data | |
return | void |