dbicDayView Send comments on this topic.
Invoke(Delegate) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class > Invoke Method : Invoke(Delegate) Method

method
A delegate that contains a method to be called in the control's thread context.
Executes the specified delegate on the thread that owns the control's underlying window handle.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Invoke( _
   ByVal method As Delegate _
) As Object
C# 
public object Invoke( 
   Delegate method
)

Parameters

method
A delegate that contains a method to be called in the control's thread context.

Return Value

The return value from the delegate being invoked, or a null reference (Nothing in Visual Basic) if the delegate has no return value.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also