K2Grid.K2TextboxAddingPartHandler Delegate
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace : K2Grid.K2TextboxAddingPartHandler Delegate



sender
e

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Delegate Function K2Grid.K2TextboxAddingPartHandler( _
   ByVal sender As Object, _
   ByVal e As K2GridDragDropEventArgs _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As New K2Grid.K2TextboxAddingPartHandler(AddressOf HandlerMethod)
C#  
public delegate bool K2Grid.K2TextboxAddingPartHandler( 
   object sender,
   K2GridDragDropEventArgs e
)
C++/CLI  
public delegate bool K2Grid.K2TextboxAddingPartHandler( 
   Object^ sender,
   K2GridDragDropEventArgs^ e
)

Parameters

sender
e

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