CurrentItemChangedEventArgs Constructors
Provides data for the DataControlBase.CurrentItemChanged event.| Name | Parameters | Description |
|---|---|---|
| CurrentItemChangedEventArgs(DataControlBase, Object, Object) | source, oldItem, newItem | Initializes a new instance of the CurrentItemChangedEventArgs class with the specified settings. |
See Also