OnSet Method (GridStyleCollection)
In This Topic
Syntax
'Declaration
Protected Overridable Sub OnSet( _
ByVal As System.Integer, _
ByVal As System.Object, _
ByVal As System.Object _
)
protected virtual void OnSet(
System.int ,
System.object ,
System.object
)
Parameters
- index
- oldValue
- newValue
See Also