Interface IMethodInvoker
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public interface IMethodInvoker
Methods
Invoke(Object, Object[])
Declaration
object Invoke(object instance, params object[] parameters)
Parameters
Type | Name | Description |
---|---|---|
System.Object | instance | |
System.Object[] | parameters |
Returns
Type |
---|
System.Object |