FileDialogsLoadByDialogTObject Method (LoadConstructorTObject)

CVB.Net Documentation
Generic file load function.

Namespace:  Stemmer.Cvb.Wpf
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public static TObject LoadByDialog<TObject>(
	LoadConstructor<TObject> f
)
where TObject : class

Parameters

f
Type: Stemmer.Cvb.UtilitiesLoadConstructorTObject
Load delegate.

Type Parameters

TObject
Type of the object to be loaded.

Return Value

Type: TObject
Loaded object (or null if loading fails).
See Also

Reference