C# Class SIL.FieldWorks.Common.Controls.BulkEditBar.DeleteTabPageSettings

this just saves the target field
Inheritance: BulkEditTabPageSettings
Show file Open project: sillsdev/FieldWorks

Protected Methods

Method Description
InvokeTargetComboSelectedIndexChanged ( ) : void

this is a hack that explictly triggers the currentTargetCombo.SelectedIndexChange delegates during initialization, since they do not fire automatically until after everything is setup.

SetupBulkEditBarTab ( BulkEditBar bulkEditBar ) : void

Method Details

InvokeTargetComboSelectedIndexChanged() protected method

this is a hack that explictly triggers the currentTargetCombo.SelectedIndexChange delegates during initialization, since they do not fire automatically until after everything is setup.
protected InvokeTargetComboSelectedIndexChanged ( ) : void
return void

SetupBulkEditBarTab() protected method

protected SetupBulkEditBarTab ( BulkEditBar bulkEditBar ) : void
bulkEditBar BulkEditBar
return void