Method InvokeWithSelectedTracks
InvokeWithSelectedTracks<T>()
Execute a given track action with the selected tracks.
Declaration
public static bool InvokeWithSelectedTracks<T>() where T : TrackAction
Returns
| Type | Description | 
|---|---|
| bool | True if the action has been executed, false otherwise.  | 
    
Type Parameters
| Name | Description | 
|---|---|
| T | Action type to execute.  |