Behavior Constructor

Initializes a new instance of the Behavior`1 class. Initializes a new instance of the Behavior Class.

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
Protected Sub New
'Usage
Dim instance As New Behavior(Of T)
protected Behavior ()
protected:
Behavior ()
protected Behavior ()
protected function Behavior ()

Remarks

The default constructor initializes any fields to their default values.

See Also

Reference

Behavior Generic Class
Behavior Members
System.Windows.Interactivity Namespace