KaxListBoxDropEventArgs Constructor |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxListBoxDropEventArgs(
string htmlElementId,
IList<KaxListBoxItem> sourceDragItems
)
Public Sub New (
htmlElementId As String,
sourceDragItems As IList(Of KaxListBoxItem)
)
public:
KaxListBoxDropEventArgs(
String^ htmlElementId,
IList<KaxListBoxItem^>^ sourceDragItems
)
new :
htmlElementId : string *
sourceDragItems : IList<KaxListBoxItem> -> KaxListBoxDropEventArgs
Parameters
- htmlElementId
- Type: SystemString
- sourceDragItems
- Type: System.Collections.GenericIListKaxListBoxItem
See Also