I am binding an .aar to android and there is one Event I have to change its name.public event EventHandler<global::Com.xxx.xxx.A.BEventArgs> B{}
I want to change the name of B
but I can not . how to change it?
the interfaces of java is:
public static interface OnBListener{ void OnB(); }
there is a region #region "Event implementation for IOnBListener" in the cs code.