C# Class APG.CodeHelper.DataGridViewHelper

Show file Open project: UGTU/UGTUKadrProject

Public Methods

Method Description
CellDataError ( object sender, System.Windows.Forms.DataGridViewDataErrorEventArgs e ) : void
EnterDateTimeCell ( System.Windows.Forms.DataGridView dataGridView, System.Windows.Forms.DataGridViewCellEventArgs e, DateTimePickerFormat dateTimePickerFormat ) : void
EnterDateTimeCell ( System.Windows.Forms.DataGridView dataGridView, System.Windows.Forms.DataGridViewCellEventArgs e, string customFromat ) : void
LeaveDateTimeCell ( System.Windows.Forms.DataGridView dataGridView, System.Windows.Forms.DataGridViewCellEventArgs e ) : void

Private Methods

Method Description
CreateDateTimePicker ( ) : void
DoCreateGridView ( ) : void
DoLeaveDateTimeCell ( System.Windows.Forms.DataGridView dataGridView, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
PutBackDateTimeValue ( System.Windows.Forms.DataGridView dataGridView, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
dtpEventDatePicker_LostFocus ( object sender, EventArgs e ) : void
dtpEventDatePicker_TextChanged ( object sender, EventArgs e ) : void

Method Details

CellDataError() public static method

public static CellDataError ( object sender, System.Windows.Forms.DataGridViewDataErrorEventArgs e ) : void
sender object
e System.Windows.Forms.DataGridViewDataErrorEventArgs
return void

EnterDateTimeCell() public static method

public static EnterDateTimeCell ( System.Windows.Forms.DataGridView dataGridView, System.Windows.Forms.DataGridViewCellEventArgs e, DateTimePickerFormat dateTimePickerFormat ) : void
dataGridView System.Windows.Forms.DataGridView
e System.Windows.Forms.DataGridViewCellEventArgs
dateTimePickerFormat DateTimePickerFormat
return void

EnterDateTimeCell() public static method

public static EnterDateTimeCell ( System.Windows.Forms.DataGridView dataGridView, System.Windows.Forms.DataGridViewCellEventArgs e, string customFromat ) : void
dataGridView System.Windows.Forms.DataGridView
e System.Windows.Forms.DataGridViewCellEventArgs
customFromat string
return void

LeaveDateTimeCell() public static method

public static LeaveDateTimeCell ( System.Windows.Forms.DataGridView dataGridView, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
dataGridView System.Windows.Forms.DataGridView
e System.Windows.Forms.DataGridViewCellEventArgs
return void