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

Same as BulkCopy except for the Process combo box and different controls.
Inheritance: BulkCopyTabPageSettings
Show file Open project: sillsdev/FieldWorks

Protected Methods

Method Description
InitizializeTab ( BulkEditBar bulkEditBar ) : void

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

InitizializeTab() protected method

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

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