void OnPicturePath(object sender, PicturePathEventArgs e) { if (PicturePathHandle != null) { PicturePathHandle(this, e); } }
void PicturePathDelegate(object sender, PicturePathEventArgs e) { if (PicturePathHandle != null) { PicturePathHandle(sender, e); } }