SpreadsheetGear 2017
Reason Property (CellBeginEditEventArgs)






SpreadsheetGear.Windows.Forms Namespace > CellBeginEditEventArgs Class : Reason Property
Gets the reason for the event.
Syntax
'Declaration
 
Public ReadOnly Property Reason As CellBeginEditReason
'Usage
 
Dim instance As CellBeginEditEventArgs
Dim value As CellBeginEditReason
 
value = instance.Reason
public CellBeginEditReason Reason {get;}
public read-only property Reason: CellBeginEditReason; 
public function get Reason : CellBeginEditReason
public: __property CellBeginEditReason get_Reason();
public:
property CellBeginEditReason Reason {
   CellBeginEditReason get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellBeginEditEventArgs Class
CellBeginEditEventArgs Members