Autodesk Vault ProfessionalVault API

ServerSortChanged Event

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultBrowserControl

Event fired when the sorted columns change. This only fires when the server properties have changes (ie. not the ones marked as calculated) since this is used to determine when we need to refresh the view.

Syntax

public event System.EventHandler<ServerSortDataArgs> ServerSortChanged
Public Event ServerSortChanged As System.EventHandler(Of ServerSortDataArgs)

See Also