DelegateThemeNameChangedEventHandler
Delegate
Represents the method that will handle the ThemeNameChanged event.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public delegate void ThemeNameChangedEventHandler(object source, ThemeNameChangedEventArgs args)
Constructors
Methods
BeginInvoke(object, ThemeNameChangedEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object source, ThemeNameChangedEventArgs args, AsyncCallback callback, object @object)
Parameters
source
args
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, ThemeNameChangedEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object source, ThemeNameChangedEventArgs args)
Parameters
source
args