RadSelectionChangedEventHandler
Delegate
Represents the method that will handle the SelectionChanged and PreviewSelectionChanged routed events of RadTabControl.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public delegate void RadSelectionChangedEventHandler(object sender, RadSelectionChangedEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, RadSelectionChangedEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, RadSelectionChangedEventArgs e)