SourceGrid.CellContextEventArgs.CellContextEventArgs C# (CSharp) Method

CellContextEventArgs() public method

public CellContextEventArgs ( CellContext pCellContext ) : System
pCellContext CellContext
return System
        public CellContextEventArgs(CellContext pCellContext)
        {
            mCellContext = pCellContext;
        }
CellContextEventArgs