Skip to content

BlockChanged Event

Description

Occurs when a block or key in the track control has changed size or position. (Track Control)

Syntax

Public Event BlockChanged( _
    ByVal [Block] As TrackBlock _
)

Parameters

  • Block: Reference to the block or key that was changed.

Remarks

BlockChanged occurs when a block or key in the track control has changed size or position. Use TrackBlock IsKey to determine if the TrackBlock represents a block or a key.

Blocks and Keys

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.