ReportPropertyValueActivityTCallback Property
The callback that will be called. Its actual parameter will be the current value of the specified property.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public InArgument<Action<T>> Callback { get; set; }
Public Property Callback As InArgument(Of Action(Of T))
Get
Set
public:
property InArgument<Action<T>^>^ Callback {
InArgument<Action<T>^>^ get ();
void set (InArgument<Action<T>^>^ value);
}
member Callback : InArgument<Action<'T>> with get, set
Property Value
InArgumentActionT