protected void OnStreamFeatures(StreamFeatures aFeatures) { if (StreamFeatures != null) { StreamFeaturesArgs args = new StreamFeaturesArgs(aFeatures); StreamFeatures(this, args); } }