Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for internal use.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub OnIsSignedPropertyChanged ( _
oldValue As Boolean, _
newValue As Boolean _
)
'Usage
Dim oldValue As Boolean
Dim newValue As Boolean
Me.OnIsSignedPropertyChanged(oldValue, _
newValue)
protected override void OnIsSignedPropertyChanged(
bool oldValue,
bool newValue
)
Parameters
- oldValue
Type: System.Boolean
- newValue
Type: System.Boolean