Visual Basic (Declaration) | |
---|---|
Public Event K2TextboxAddingFieldPart As K2Grid.K2TextboxAddingPartHandler |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As K2Grid Dim handler As K2Grid.K2TextboxAddingPartHandler AddHandler instance.K2TextboxAddingFieldPart, handler |
C# | |
---|---|
public event K2Grid.K2TextboxAddingPartHandler K2TextboxAddingFieldPart |
C++/CLI | |
---|---|
public: event K2Grid.K2TextboxAddingPartHandler^ K2TextboxAddingFieldPart |
The event handler receives an argument of type K2GridDragDropEventArgs containing data related to this event. The following K2GridDragDropEventArgs properties provide information specific to this event.
Property | Description |
---|---|
FieldPart | |
Item | |
K2TextBox |
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