OnPropertyChanged()

View as Markdown

Definition

This method should be used any time you wish to repaint the column instead of calling OnRender() directly.

Method Return Value

This method does not return a value.

Syntax

OnPropertyChanged()

Parameters

This method does not require any parameters.

Examples

1// Repaint the SuperDOM column
2OnPropertyChanged();