Validation.CustomHandler Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The custom validator delegate to use in this engine
public:
 static property Func<System::Activities::Activity ^, bool> ^ CustomHandler { Func<System::Activities::Activity ^, bool> ^ get(); void set(Func<System::Activities::Activity ^, bool> ^ value); };
	public static Func<System.Activities.Activity,bool> CustomHandler { get; set; }
	static member CustomHandler : Func<System.Activities.Activity, bool> with get, set
	Public Shared Property CustomHandler As Func(Of Activity, Boolean)