MockerTestBase<(Of <(<'TComponent>)>)>..::..CreatedComponentAction Property

Gets or sets the created component action. This action is run after the component is created.

Namespace:  FastMoq
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


protected virtual Nullable<Action<TComponent>> CreatedComponentAction { get; }
Protected Overridable ReadOnly Property CreatedComponentAction As Nullable(Of Action(Of TComponent))
	Get
protected:
virtual property Nullable<Action<TComponent>^> CreatedComponentAction {
	Nullable<Action<TComponent>^> get ();
}

Field Value

The created component action.