ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / OnFormatValue Method

In This Topic
    OnFormatValue Method (C1TileControl)
    In This Topic
    Raises the FormatValue event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnFormatValue( _
       ByVal e As FormatValueEventArgs _
    ) 
    protected virtual void OnFormatValue( 
       FormatValueEventArgs e
    )

    Parameters

    e
    See Also