C# Class NanoTimeTracker.FrameworkClassReplacements.DataGridViewWithRowContextMenu

Inheritance: System.Windows.Forms.DataGridView
Show file Open project: TaoK/NanoTimeTracker

Private Properties

Property Type Description

Public Methods

Method Description
DataGridViewWithRowContextMenu ( ) : System

Protected Methods

Method Description
OnCellContextMenuStripNeeded ( System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e ) : void
OnCellMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void

Method Details

DataGridViewWithRowContextMenu() public method

public DataGridViewWithRowContextMenu ( ) : System
return System

OnCellContextMenuStripNeeded() protected method

protected OnCellContextMenuStripNeeded ( System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs
return void

OnCellMouseDown() protected method

protected OnCellMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs
return void

OnPreviewKeyDown() protected method

protected OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
e System.Windows.Forms.PreviewKeyDownEventArgs
return void