C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridRowCol Class / OnPropertyChanging Method
Name of the property.


In This Topic
OnPropertyChanging Method (GridRowCol)
In This Topic
Called before a property changed.
Syntax
'Declaration
 
Protected Overridable Sub OnPropertyChanging( _
   Optional ByVal propertyName As String _
) 
 
'Usage
 
Dim instance As GridRowCol
Dim propertyName As String
 
instance.OnPropertyChanging(propertyName)

Parameters

propertyName
Name of the property.
See Also