Delegate TimeCellFormattingEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void TimeCellFormattingEventHandler(object sender, TimeCellFormattingEventArgs e);
  Parameters
| 
        System.Object
        sender
         
  | 
    
| 
        TimeCellFormattingEventArgs
        e
         
  | 
    
Constructors
TimeCellFormattingEventHandler(Object, IntPtr)
Declaration
public TimeCellFormattingEventHandler(object object, IntPtr method)
  Parameters
| 
        System.Object
        object
         
  | 
    
| 
        System.IntPtr
        method
         
  | 
    
Methods
BeginInvoke(Object, TimeCellFormattingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, TimeCellFormattingEventArgs e, AsyncCallback callback, object object)
  Parameters
| 
        System.Object
        sender
         
  | 
    
| 
        TimeCellFormattingEventArgs
        e
         
  | 
    
| 
        System.AsyncCallback
        callback
         
  | 
    
| 
        System.Object
        object
         
  | 
    
Returns
| 
        System.IAsyncResult
         
  | 
    
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
  Parameters
| 
        System.IAsyncResult
        result
         
  | 
    
Invoke(Object, TimeCellFormattingEventArgs)
Declaration
public virtual void Invoke(object sender, TimeCellFormattingEventArgs e)
  Parameters
| 
        System.Object
        sender
         
  | 
    
| 
        TimeCellFormattingEventArgs
        e
         
  |