OnApplyTemplate Method (ListItem)
In This Topic
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call
System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Syntax
'Declaration
Public Overrides Sub OnApplyTemplate()
'Usage
Dim instance As ListItem
instance.OnApplyTemplate()
public override void OnApplyTemplate()
See Also