DataGridCheckBoxColumn.RefreshCellContent(FrameworkElement, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Refreshes the contents of a cell in the column in response to a column property value change.
protected public:
override void RefreshCellContent(System::Windows::FrameworkElement ^ element, System::String ^ propertyName);
protected internal override void RefreshCellContent (System.Windows.FrameworkElement element, string propertyName);
override this.RefreshCellContent : System.Windows.FrameworkElement * string -> unit
Protected Friend Overrides Sub RefreshCellContent (element As FrameworkElement, propertyName As String)
Parameters
- element
- FrameworkElement
The cell to update.
- propertyName
- String
The name of the column property that has changed.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET