Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / AsyncApplication Class / AddChangedTopic Method
An integer value indicates the topic ID.
A string value indicates the topic key.


In This Topic
    AddChangedTopic Method
    In This Topic
    Adds the specified topic to the changed list.
    Syntax
    'Declaration
     
    
    Protected Sub AddChangedTopic( _
       ByVal topicId As Integer, _
       ByVal topicKey As String _
    ) 
    'Usage
     
    
    Dim instance As AsyncApplication
    Dim topicId As Integer
    Dim topicKey As String
     
    instance.AddChangedTopic(topicId, topicKey)
    protected void AddChangedTopic( 
       int topicId,
       string topicKey
    )

    Parameters

    topicId
    An integer value indicates the topic ID.
    topicKey
    A string value indicates the topic key.
    See Also