MultiPage<T>.CreateDefault(Object) Method

Definition

Create default provides a default method of creating new pages from objects in a binding scenario.

protected abstract T CreateDefault (object item);
abstract member CreateDefault : obj -> 'T

Parameters

item
System.Object

The object which the default page should be templated from.

Returns

T

The newly created page.

Implements

Remarks

Most implementors will not need to use or override CreateDefault.

Applies to