KaxListBoxUpdatingEventArgs Constructor |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public KaxListBoxUpdatingEventArgs(
IList<KaxListBoxItem> items
)
Public Sub New (
items As IList(Of KaxListBoxItem)
)
public:
KaxListBoxUpdatingEventArgs(
IList<KaxListBoxItem^>^ items
)
new :
items : IList<KaxListBoxItem> -> KaxListBoxUpdatingEventArgs
Parameters
- items
- Type: System.Collections.GenericIListKaxListBoxItem
See Also