OnPropertyChanged()
<< Click to Display Table of Contents >> OnPropertyChanged() |
This method should be used any time you wish to repaint the column instead of calling OnRender() directly.
This method does not return a value
OnPropertyChanged()
This method does not require any parameters
// Repaint the SuperDOM column OnPropertyChanged(); |