SqlPropertySheet.OnSetActive Method

Called when either the OnActivate method or LoadSettingsFromStorage method are called by the framework.

Namespace:  RadLangSvc
Assembly:  RadLangSvc.VS (in RadLangSvc.VS.dll)

Syntax

'Declaration
Public Overridable Sub OnSetActive
'Usage
Dim instance As SqlPropertySheet

instance.OnSetActive()
public virtual void OnSetActive()
public:
virtual void OnSetActive()
abstract OnSetActive : unit -> unit 
override OnSetActive : unit -> unit 
public function OnSetActive()