IRequireBegin Interface
Methods | This Package | All Packages
Defines an interface that specifies when a component is usable.
package com.ms.wfc.core
public interface IRequireBegin
Remarks
Any component that implements this interface requires the begin method to be called before it can be used. Once the begin method has been called, the component becomes active and can assume that all peers are loaded and all property sets are complete. (WFC code generation adds a call to the begin method for all IRequireBegin components at the end of initForm.)