public override void OnClick() { //some code for onclick handler. } public override bool Enabled { get { //if editing is started, then enable the command. return Common.GlobalConfig.IsEditingStarted; } }
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.