Skip to content

FileAssociationsFileOpenedEventArgs

Summary

Provides data for plugin file associations file opened event.

Signature

1
public class FileAssociationsFileOpenedEventArgs

Namespace

cAlgo.API

Properties

FilePath

Summary

Gets opened file path.

Signature

1
public string FilePath {get;}

Return Value

string