ThemeNameChangedEventHandler
Delegate
Represents the method that will handle the ThemeNameChanged event.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public delegate void ThemeNameChangedEventHandler(object source, ThemeNameChangedEventArgs args)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object source, ThemeNameChangedEventArgs args, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object source, ThemeNameChangedEventArgs args)