←Select platform

onPropertyChanged Method

Summary

Raises the PropertyChanged event.

Syntax

C#
VB
Java
protected void onPropertyChanged(  
   string name, 
   object oldValue, 
   object newValue 
) 
Protected Sub onPropertyChanged( _ 
   ByVal name As String, _ 
   ByVal oldValue As Object, _ 
   ByVal newValue As Object _ 
)  
protected void onPropertyChanged(string name, Object oldValue, Object newValue) 

Parameters

name
The property name.

oldValue
The property old value.

newValue
The property new value.

Remarks

Note to Inheritors: When overriding onPropertyChanged in a derived class, be sure to call the base class's onPropertyChanged method so that registered delegates receive the event.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)