combit List & Label 30 - .NET Help
combit.Reporting Namespace / ListLabel Class / AutoDefineTableSortOrder Event


AutoDefineTableSortOrder Event

This event is called when using data binding for each automatically declared table sort order. With the event arguments you can completely prevent the declaration of the element.

Syntax
'Declaration
 
Public Event AutoDefineTableSortOrder As AutoDefineDataItemHandler
 
Event Data

The event handler receives an argument of type AutoDefineDataItemEventArgs containing data related to this event. The following AutoDefineDataItemEventArgs properties provide information specific to this event.

PropertyDescription
Name of the element. This value is returned e.g. by LlPrintDbGetCurrentTable.  

If set to true, the element is not added to the designer.

 
Table name for which the element is added.  
Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also