Event arguments containing information about a Cell.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public sealed class GridControlCellEventArgs : EventArgs
Visual Basic
Public NotInheritable Class GridControlCellEventArgs
	Inherits EventArgs
Visual C++
public ref class GridControlCellEventArgs sealed : public EventArgs
F#
[<SealedAttribute>]
type GridControlCellEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Dapfor.Wpf.Controls..::..GridControlCellEventArgs

See Also