Intersoft WebGrid Documentation
InitializeCell Event
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : InitializeCell Event






Occurs when a WebGridCell needs to be initialized during data binding.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute()>
<CategoryAttribute("Behavior")>
Public Event InitializeCell As CellEventHandler
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim handler As CellEventHandler
 
AddHandler instance.InitializeCell, handler
C# 
[DescriptionAttribute()]
[CategoryAttribute("Behavior")]
public event CellEventHandler InitializeCell
Delphi 
public event InitializeCell: CellEventHandler; 
JScript 
In JScript, you can handle the events defined by another class, but you cannot define your own.
Managed Extensions for C++ 
[DescriptionAttribute()]
[CategoryAttribute("Behavior")]
public: __event CellEventHandler* InitializeCell
C++/CLI 
[DescriptionAttribute()]
[CategoryAttribute("Behavior")]
public:
event CellEventHandler^ InitializeCell

Event Data

The event handler receives an argument of type CellEventArgs containing data related to this event. The following CellEventArgs properties provide information specific to this event.

PropertyDescription
Cell Gets the WebGridCell object used by the event.
ReturnValue (Inherited from ISNet.WebUI.WebGrid.BaseEventArgs) 

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.